This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
RE: Is there an @formular for determining if a user is in a particular notes group? ~Nita Asafoosongon 15.Jan.04 10:26 PM a Web browser Domino Designer 6.0.2 CF1Windows XP
Replace PNABReplicaID with the replica id of your Domino Directory (in quotes), GroupName to check and Name of user likewise should be text strings or text variables, the name must be in full canonical format:
CD=John Doe/OU=Sales/O=Acme
This will return a 1 or 0 if the name is found in the group. As noted by the others, this will not handle nested groups.